home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 010a / super25n.zip / README.DOC < prev    next >
Text File  |  1993-01-07  |  6KB  |  152 lines

  1.  
  2.                     ┌───────────────────────────────┐
  3.                     │         SuperLib 2.50         │
  4.                     │    For Clipper S87 and 5.01   │
  5.                     │    -------------------------  │
  6.                     │       copyright 1990          │
  7.                     │      Garry A Prefontaine      │
  8.                     └───────────────────────────────┘
  9.  
  10.   Release date:   January-05-1993
  11.   Release     :   D
  12.  
  13.   Please contact Functional Software before ordering if the date
  14.   is later than:  August-01-1993, as pricing and availability
  15.   may change.
  16.  
  17.   All specifications and pricing subject to change without notice.
  18.  
  19.  
  20.   ------------------------ Files Included ---------------------------------
  21.  
  22.   SUPER.LIB           Summer 87 library file
  23.   SUPER5.LIB          5.01 library file
  24.  
  25.   README.DOC          This File
  26.   START.DOC           Getting started with SuperLib
  27.   FUNCTION.DOC        Complete function listing and desctiption
  28.   CATEGORY.DOC        Function listing by category
  29.   INIT.DOC            About SuperLib initialization
  30.   COLORS.DOC          About SuperLib color usage
  31.   EXAMPLES.DOC        How to use the examples
  32.   PRINTERS.DOC        Information on SuperLib printer usage
  33.   STRUC.DOC           SuperLib system file structures
  34.  
  35.   EXAMPLES.ZIP        Contains example files. See EXAMPLES.DOC for description
  36.   COLORS.EXE          Color to numeric color conversion grid
  37.  
  38.   SUPER30.DOC         About SuperLib 3.0, a 5.01 optimized version of SuperLib
  39.   ORDER.DOC           Order form
  40.  
  41.  
  42.   ------------------------ Introduction -----------------------------
  43.  
  44.   Super.Lib Library is a collection of Clipper Functions specifically
  45.   for handling data. They were designed with the following
  46.   guidelines:
  47.  
  48.     1. Ease of use. Keep parameters to a minimum, and optional.
  49.     2. Data independance. Work with any datafile, anywhere, anytime.
  50.     3. Clean, attractive menu driven interface to the job at hand.
  51.     4. Drop-in to existing applications, requiring little or no setup.
  52.     5. Require no change in programming style by the user.
  53.     6. Leave things as found (colors, screens, etc)
  54.     7. Variable declared PRIVATE unless PUBLIC
  55.     8. Memory variables prefaced with 'm->' to avoid field conflicts
  56.  
  57.  
  58.   The library was built from the top down, starting with the major
  59.   functions and adding building block functions commonly shared by
  60.   the major functions. It has a particular scope and theme into which
  61.   most of the functions fall, and functions have not just been included
  62.   to boost a function count.
  63.  
  64.   The library does not even attempt to be all things to all people.
  65.   The most I could hope for is that it provides 'some solutions for
  66.   some people', or at least 'some partial solutions for some people'.
  67.  
  68.   The best way to get to know the library, is to compile, link and
  69.   study the file example programs. (see EXAMPLES.DOC)
  70.  
  71.  
  72.   ------------------------ Shareware    -----------------------------
  73.  
  74.   SuperLib started off in the Shareware market, with version 1.25,
  75.   and continued as shareware through version 1.51. With the release
  76.   of SuperLib Professional, SuperLib was withdrawn from the shareware
  77.   market.
  78.  
  79.   As of January 1993, we are releasing SuperLib 2.50 NETWORK as
  80.   shareware.
  81.  
  82.   ------------------------ License ----------------------------------------
  83.  
  84.   You are granted the right to use this program on a trial basis for
  85.   as long as you like, for the purpose of evaluation only.
  86.  
  87.   DO NOT CALL FOR SUPPORT IF YOU ARE NOT A REGISTERED USER.
  88.  
  89.   Registration is required prior to use of Super.Lib Library in
  90.   distributed executable programs. See ORDER.DOC to order.
  91.  
  92.   Super.Lib Library may not be incorporated into other Libraries, in
  93.   whole or in part, original or altered.
  94.  
  95.   I encourage you to upload the shareware version of the library to
  96.   bulletin boards you frequent, as long as the full shareware version
  97.   and all shareware files are uploaded.
  98.  
  99.  
  100.   ------------------------ Registration -----------------------------------
  101.  
  102.   Registration, in addition to full source code, printed manual, Norton
  103.   Guide datafile and 30 days written support, grants you a license
  104.   to create unlimited executables (.EXE) files.
  105.  
  106.   This is essentially a Summer 87 product, so the source code is
  107.   Summer 87 source code. It works quite well under Clipper 5.01, but if you
  108.   are working with 5.01, you should get SuperLib 3.0, the 5.01 optimized
  109.   version. (See SUPER30.DOC)
  110.  
  111.   Registration does not entitle you to distribute, sell or even give
  112.   away the library itself , portions of the library , or modified copies
  113.   of the library.
  114.  
  115.   You may not decompile the library, or executables created with
  116.   the library.
  117.  
  118.   You may not use the library to create another
  119.   library which you then distribute, for profit or not.
  120.  
  121.   In short, any portion of the library going FROM you TO anyone else
  122.   must be in compiled executable format (.EXE), and may not be in
  123.   object format.
  124.  
  125.  
  126.   ------------------------ Disclaimer -------------------------------------
  127.  
  128.   Functional Software distributes these functions solely on an "as is"
  129.   basis and offers no warranties at all.
  130.  
  131.   Functional Software shall not bear any liability or responsibility to
  132.   any user or entity with respect to any liability, loss or
  133.   damage caused, or alleged to be caused directly, or indirectly
  134.   by the functions contained in this product, including but not
  135.   limited to interruption of services, loss of business or
  136.   anticipatory profits or consequential damages resulting from
  137.   the use or operation of any of the functions contained in this
  138.   product.
  139.  
  140.   Functional Software makes no warranties, either expressed or implied
  141.   regarding this software product, it's merchantibility and/or
  142.   it's fitness for a particular purpose. The user agrees that
  143.   Functional Software shall not be held liable for any consequential
  144.   damages, even if Functional Software has been advised of the possibility
  145.   of such damages.
  146.  
  147.   By using any of the functions contained in this library, you
  148.   acknowledge your agreement with all of the above conditions.
  149.  
  150.  
  151.  
  152.